github.com/coder/websocket.Conn.readTimeoutStop (field)

3 uses

	github.com/coder/websocket (current package)
		conn.go#L54: 	readTimeoutStop  atomic.Pointer[func() bool]
		conn.go#L188: 	swapTimeoutStop(&c.readTimeoutStop, &stop)
		conn.go#L192: 	swapTimeoutStop(&c.readTimeoutStop, nil)